Lines Matching refs:TRACE

204         TRACE("%p Element %p (%u of %u)\n", declaration->elements,
211 TRACE("Stream %u, buffer %p.\n", element->input_slot, buffer);
232 TRACE("offset %u input_slot %u usage_idx %d\n", element->offset, element->input_slot, element->usage_idx);
266 TRACE("Load %s array %u [usage %s, usage_idx %u, "
331 TRACE("============================= Vertex Declaration =============================\n");
338 TRACE("Using drawStridedSlow with vertex shaders for FLOAT16 conversion.\n");
411 TRACE("Adding context %p.\n", context);
434 TRACE("Removing context %p.\n", context);
701 TRACE("clear_rect[%u] %s, current_rect %s.\n", i,
710 TRACE("Rectangle with negative dimensions, ignoring.\n");
742 TRACE("%p increasing refcount to %u.\n", device, refcount);
751 TRACE("%p decreasing refcount to %u.\n", device, refcount);
796 TRACE("Freed device %p.\n", device);
804 TRACE("device %p.\n", device);
811 TRACE("device %p, swapchain_idx %u.\n", device, swapchain_idx);
910 TRACE("Dummy 2D texture %u given name %u.\n", i, device->dummy_texture_2d[i]);
923 TRACE("Dummy rectangle texture %u given name %u.\n", i, device->dummy_texture_rect[i]);
937 TRACE("Dummy 3D texture %u given name %u.\n", i, device->dummy_texture_3d[i]);
950 TRACE("Dummy cube texture %u given name %u.\n", i, device->dummy_texture_cube[i]);
1026 TRACE("Setting up window %p for fullscreen mode.\n", window);
1040 TRACE("Old style was %08x, %08x, setting to %08x, %08x.\n",
1072 TRACE("Restoring window style of window %p to %08x, %08x.\n",
1099 TRACE("device %p, window %p.\n", device, window);
1120 TRACE("device %p.\n", device);
1139 TRACE("device %p, swapchain_desc %p.\n", device, swapchain_desc);
1176 TRACE("Shader private data couldn't be allocated\n");
1181 TRACE("Blitter private data couldn't be allocated\n");
1186 TRACE("Creating implicit swapchain\n");
1206 TRACE("Setting rendertarget to %p.\n", swapchain->back_buffers);
1211 TRACE("Setting rendertarget to %p.\n", swapchain->front_buffer);
1242 TRACE("Using auxiliary buffer for offscreen rendering\n");
1247 TRACE("Using back buffer for offscreen rendering\n");
1253 TRACE("All defaults now set up, leaving 3D init.\n");
1290 TRACE("device %p, swapchain_desc %p.\n", device, swapchain_desc);
1293 TRACE("Creating implicit swapchain\n");
1325 TRACE("device %p.\n", device);
1355 TRACE("Unloading resource %p.\n", resource);
1397 TRACE("Releasing depth/stencil buffer %p.\n", surface);
1417 TRACE("Setting rendertarget 0 to NULL\n");
1419 TRACE("Releasing the render target at %p\n", surface);
1426 TRACE("Releasing the implicit swapchain %u.\n", i);
1456 TRACE("Releasing the implicit swapchain %u.\n", i);
1475 TRACE("device %p.\n", device);
1485 TRACE("device %p.\n", device);
1487 TRACE("Emulating %d MB, returning %d MB left.\n",
1503 TRACE("device %p, idx %u, buffer %p, offset %u.\n", device, idx, buffer, offset);
1542 TRACE("device %p, idx %u, offset %p.\n", device, idx, offset);
1560 TRACE("device %p, stream_idx %u, buffer %p, offset %u, stride %u.\n",
1583 TRACE("Application is setting the old values over, nothing to do.\n");
1597 TRACE("Recording... not performing anything.\n");
1626 TRACE("device %p, stream_idx %u, buffer %p, offset %p, stride %p.\n",
1651 TRACE("device %p, stream_idx %u, divider %#x.\n", device, stream_idx, divider);
1690 TRACE("device %p, stream_idx %u, divider %p.\n", device, stream_idx, divider);
1695 TRACE("Returning %#x.\n", *divider);
1703 TRACE("device %p, state %s, matrix %p.\n",
1705 TRACE("%.8e %.8e %.8e %.8e\n", matrix->u.s._11, matrix->u.s._12, matrix->u.s._13, matrix->u.s._14);
1706 TRACE("%.8e %.8e %.8e %.8e\n", matrix->u.s._21, matrix->u.s._22, matrix->u.s._23, matrix->u.s._24);
1707 TRACE("%.8e %.8e %.8e %.8e\n", matrix->u.s._31, matrix->u.s._32, matrix->u.s._33, matrix->u.s._34);
1708 TRACE("%.8e %.8e %.8e %.8e\n", matrix->u.s._41, matrix->u.s._42, matrix->u.s._43, matrix->u.s._44);
1713 TRACE("Recording... not performing anything.\n");
1727 TRACE("The application is setting the same matrix over again.\n");
1740 TRACE("device %p, state %s, matrix %p.\n", device, debug_d3dtstype(state), matrix);
1751 TRACE("device %p, state %s, matrix %p.\n", device, debug_d3dtstype(state), matrix);
1785 TRACE("device %p, light_idx %u, light %p.\n", device, light_idx, light);
1826 TRACE("Adding new light\n");
1837 TRACE("Light %d setting to type %d, Diffuse(%f,%f,%f,%f), Specular(%f,%f,%f,%f), Ambient(%f,%f,%f,%f)\n",
1842 TRACE("... Pos(%f,%f,%f), Dir(%f,%f,%f)\n", light->position.x, light->position.y, light->position.z,
1844 TRACE("... Range(%f), Falloff(%f), Theta(%f), Phi(%f)\n",
1941 TRACE("device %p, light_idx %u, light %p.\n", device, light_idx, light);
1953 TRACE("Light information requested but light not defined\n");
1967 TRACE("device %p, light_idx %u, enable %#x.\n", device, light_idx, enable);
1976 TRACE("Found light %p.\n", light_info);
1981 TRACE("Light enabled requested but light not defined, so defining one!\n");
2014 TRACE("Light already disabled, nothing to do\n");
2023 TRACE("Nothing to do as light was enabled\n");
2069 TRACE("device %p, light_idx %u, enable %p.\n", device, light_idx, enable);
2081 TRACE("Light enabled state requested but light not defined.\n");
2092 TRACE("device %p, plane_idx %u, plane %p.\n", device, plane_idx, plane);
2097 TRACE("Application has requested clipplane this device doesn't support.\n");
2105 TRACE("Application is setting old values over, nothing to do.\n");
2114 TRACE("Recording... not performing anything.\n");
2126 TRACE("device %p, plane_idx %u, plane %p.\n", device, plane_idx, plane);
2131 TRACE("Application has requested clipplane this device doesn't support.\n");
2164 TRACE("device %p, material %p.\n", device, material);
2172 TRACE("Recording... not performing anything.\n");
2181 TRACE("device %p, material %p.\n", device, material);
2185 TRACE("diffuse {%.8e, %.8e, %.8e, %.8e}\n",
2188 TRACE("ambient {%.8e, %.8e, %.8e, %.8e}\n",
2191 TRACE("specular {%.8e, %.8e, %.8e, %.8e}\n",
2194 TRACE("emissive {%.8e, %.8e, %.8e, %.8e}\n",
2197 TRACE("power %.8e.\n", material->power);
2205 TRACE("device %p, buffer %p, format %s.\n",
2217 TRACE("Recording... not performing anything.\n");
2244 TRACE("device %p, format %p.\n", device, format);
2252 TRACE("device %p, base_index %d.\n", device, base_index);
2259 TRACE("device %p.\n", device);
2266 TRACE("device %p, viewport %p.\n", device, viewport);
2267 TRACE("x %u, y %u, w %u, h %u, min_z %.8e, max_z %.8e.\n",
2276 TRACE("Recording... not performing anything\n");
2285 TRACE("device %p, viewport %p.\n", device, viewport);
2311 TRACE("device %p, state %s (%#x), value %#x.\n", device, debug_d3drenderstate(state), state, value);
2319 TRACE("Recording... not performing anything.\n");
2325 TRACE("Application is setting the old value over, nothing to do.\n");
2331 TRACE("RESZ multisampled depth buffer resolve triggered.\n");
2338 TRACE("device %p, state %s (%#x).\n", device, debug_d3drenderstate(state), state);
2348 TRACE("device %p, sampler_idx %u, state %s, value %#x.\n",
2368 TRACE("Recording... not performing anything.\n");
2374 TRACE("Application is setting the old value over, nothing to do.\n");
2384 TRACE("device %p, sampler_idx %u, state %s.\n",
2402 TRACE("device %p, rect %s.\n", device, wine_dbgstr_rect(rect));
2407 TRACE("App is setting the old scissor rectangle over, nothing to do.\n");
2414 TRACE("Recording... not performing anything.\n");
2423 TRACE("device %p, rect %p.\n", device, rect);
2426 TRACE("Returning rect %s.\n", wine_dbgstr_rect(rect));
2434 TRACE("device %p, declaration %p.\n", device, declaration);
2446 TRACE("Recording... not performing anything.\n");
2453 TRACE("Application is setting the old declaration over, nothing to do.\n");
2462 TRACE("device %p.\n", device);
2471 TRACE("device %p, shader %p.\n", device, shader);
2483 TRACE("Recording... not performing anything.\n");
2489 TRACE("Application is setting the old shader over, nothing to do.\n");
2498 TRACE("device %p.\n", device);
2507 TRACE("device %p, idx %u, buffer %p.\n", device, idx, buffer);
2544 TRACE("device %p, idx %u.\n", device, idx);
2559 TRACE("device %p, idx %u, sampler %p.\n", device, idx, sampler);
2578 TRACE("device %p, idx %u.\n", device, idx);
2595 TRACE("device %p, start_register %u, constants %p, bool_count %u.\n",
2603 TRACE("Set BOOL constant %u to %s.\n", start_register + i, constants[i] ? "true" : "false");
2619 TRACE("device %p, start_register %u, constants %p, bool_count %u.\n",
2636 TRACE("device %p, start_register %u, constants %p, vector4i_count %u.\n",
2644 TRACE("Set INT constant %u to {%d, %d, %d, %d}.\n", start_register + i,
2662 TRACE("device %p, start_register %u, constants %p, vector4i_count %u.\n",
2678 TRACE("device %p, start_register %u, constants %p, vector4f_count %u.\n",
2693 TRACE("Set FLOAT constant %u to {%.8e, %.8e, %.8e, %.8e}.\n", start_register + i,
2716 TRACE("device %p, start_register %u, constants %p, vector4f_count %u.\n",
2942 TRACE("device %p, shader %p.\n", device, shader);
2954 TRACE("Recording... not performing anything.\n");
2960 TRACE("Application is setting the old shader over, nothing to do.\n");
2969 TRACE("device %p.\n", device);
2978 TRACE("device %p, idx %u, buffer %p.\n", device, idx, buffer);
3015 TRACE("device %p, idx %u.\n", device, idx);
3030 TRACE("device %p, idx %u, sampler %p.\n", device, idx, sampler);
3049 TRACE("device %p, idx %u.\n", device, idx);
3066 TRACE("device %p, start_register %u, constants %p, bool_count %u.\n",
3074 TRACE("Set BOOL constant %u to %s.\n", start_register + i, constants[i] ? "true" : "false");
3090 TRACE("device %p, start_register %u, constants %p, bool_count %u.\n",
3107 TRACE("device %p, start_register %u, constants %p, vector4i_count %u.\n",
3115 TRACE("Set INT constant %u to {%d, %d, %d, %d}.\n", start_register + i,
3133 TRACE("device %p, start_register %u, constants %p, vector4i_count %u.\n",
3150 TRACE("device %p, start_register %u, constants %p, vector4f_count %u.\n",
3165 TRACE("Set FLOAT constant %u to {%.8e, %.8e, %.8e, %.8e}.\n", start_register + i,
3188 TRACE("device %p, start_register %u, constants %p, vector4f_count %u.\n",
3203 TRACE("device %p, shader %p.\n", device, shader);
3220 TRACE("device %p.\n", device);
3229 TRACE("device %p, idx %u, buffer %p.\n", device, idx, buffer);
3266 TRACE("device %p, idx %u.\n", device, idx);
3281 TRACE("device %p, idx %u, sampler %p.\n", device, idx, sampler);
3300 TRACE("device %p, idx %u.\n", device, idx);
3369 TRACE("View mat:\n");
3370 TRACE("%f %f %f %f\n", view_mat.u.s._11, view_mat.u.s._12, view_mat.u.s._13, view_mat.u.s._14);
3371 TRACE("%f %f %f %f\n", view_mat.u.s._21, view_mat.u.s._22, view_mat.u.s._23, view_mat.u.s._24);
3372 TRACE("%f %f %f %f\n", view_mat.u.s._31, view_mat.u.s._32, view_mat.u.s._33, view_mat.u.s._34);
3373 TRACE("%f %f %f %f\n", view_mat.u.s._41, view_mat.u.s._42, view_mat.u.s._43, view_mat.u.s._44);
3375 TRACE("Proj mat:\n");
3376 TRACE("%f %f %f %f\n", proj_mat.u.s._11, proj_mat.u.s._12, proj_mat.u.s._13, proj_mat.u.s._14);
3377 TRACE("%f %f %f %f\n", proj_mat.u.s._21, proj_mat.u.s._22, proj_mat.u.s._23, proj_mat.u.s._24);
3378 TRACE("%f %f %f %f\n", proj_mat.u.s._31, proj_mat.u.s._32, proj_mat.u.s._33, proj_mat.u.s._34);
3379 TRACE("%f %f %f %f\n", proj_mat.u.s._41, proj_mat.u.s._42, proj_mat.u.s._43, proj_mat.u.s._44);
3381 TRACE("World mat:\n");
3382 TRACE("%f %f %f %f\n", world_mat.u.s._11, world_mat.u.s._12, world_mat.u.s._13, world_mat.u.s._14);
3383 TRACE("%f %f %f %f\n", world_mat.u.s._21, world_mat.u.s._22, world_mat.u.s._23, world_mat.u.s._24);
3384 TRACE("%f %f %f %f\n", world_mat.u.s._31, world_mat.u.s._32, world_mat.u.s._33, world_mat.u.s._34);
3385 TRACE("%f %f %f %f\n", world_mat.u.s._41, world_mat.u.s._42, world_mat.u.s._43, world_mat.u.s._44);
3389 TRACE("viewport x %u, y %u, width %u, height %u, min_z %.8e, max_z %.8e.\n",
3406 TRACE("In: ( %06.2f %06.2f %06.2f )\n", p[0], p[1], p[2]);
3414 TRACE("x=%f y=%f z=%f rhw=%f\n", x, y, z, rhw);
3473 TRACE("Vertex got clipped\n");
3486 TRACE("Writing (%f %f %f) %f\n", x, y, z, rhw);
3592 TRACE("device %p, src_start_idx %u, dst_idx %u, vertex_count %u, "
3648 TRACE("device %p, stage %u, state %s, value %#x.\n",
3670 TRACE("Recording... not performing anything.\n");
3677 TRACE("Application is setting the old value over, nothing to do.\n");
3703 TRACE("Additionally dirtifying stage %u.\n", i);
3707 TRACE("New lowest disabled: %u.\n", stage);
3723 TRACE("Additionally dirtifying stage %u due to enable.\n", i);
3727 TRACE("New lowest disabled: %u.\n", i);
3737 TRACE("device %p, stage %u, state %s.\n",
3755 TRACE("device %p, stage %u, texture %p.\n", device, stage, texture);
3776 TRACE("Previous texture %p.\n", prev);
3780 TRACE("App is setting the same texture again, nothing to do.\n");
3784 TRACE("Setting new texture to %p.\n", texture);
3789 TRACE("Recording... not performing anything\n");
3835 TRACE("Searching for other stages the texture is bound to.\n");
3840 TRACE("Texture is also bound to stage %u.\n", i);
3857 TRACE("device %p, stage %u.\n", device, stage);
3876 TRACE("device %p, swapchain_idx %u, backbuffer_idx %u, backbuffer_type %#x, backbuffer %p.\n",
3889 TRACE("device %p, caps %p.\n", device, caps);
3900 TRACE("device %p, swapchain_idx %u, mode %p, rotation %p.\n",
3914 TRACE("device %p.\n", device);
3927 TRACE("Recording stateblock %p.\n", stateblock);
3937 TRACE("device %p, stateblock %p.\n", device, stateblock);
3953 TRACE("Returning stateblock %p.\n", *stateblock);
3962 TRACE("device %p.\n", device);
3977 TRACE("device %p.\n", device);
4001 TRACE("device %p, src_rect %s, dst_rect %s, dst_window_override %p, dirty_region %p, flags %#x.\n",
4020 TRACE("device %p, rect_count %u, rects %p, flags %#x, color {%.8e, %.8e, %.8e, %.8e}, depth %.8e, stencil %u.\n",
4061 TRACE("device %p, primitive_type %s\n", device, debug_d3dprimitivetype(primitive_type));
4075 TRACE("device %p, primitive_type %p\n", device, primitive_type);
4079 TRACE("Returning %s\n", debug_d3dprimitivetype(*primitive_type));
4084 TRACE("device %p, start_vertex %u, vertex_count %u.\n", device, start_vertex, vertex_count);
4108 TRACE("device %p, start_idx %u, index_count %u.\n", device, start_idx, index_count);
4141 TRACE("device %p, start_idx %u, index_count %u.\n", device, start_idx, index_count);
4154 TRACE("device %p, src_volume %p, dst_volume %p.\n",
4185 TRACE("device %p, src_texture %p, dst_texture %p.\n", device, src_texture, dst_texture);
4289 TRACE("device %p, swapchain_idx %u, dst_surface %p.\n", device, swapchain_idx, dst_surface);
4303 TRACE("device %p, num_passes %p.\n", device, num_passes);
4356 TRACE("returning D3D_OK\n");
4364 TRACE("device %p, software %#x.\n", device, software);
4379 TRACE("device %p.\n", device);
4383 TRACE("device %p stub!\n", device);
4395 TRACE("device %p, swapchain_idx %u, raster_status %p.\n",
4408 TRACE("device %p, segments %.8e.\n", device, segments);
4426 TRACE("device %p.\n", device);
4441 TRACE("device %p, src_surface %p, src_rect %s, dst_surface %p, dst_point %s.\n",
4461 TRACE("device %p, surface %p, rect %s, color {%.8e, %.8e, %.8e, %.8e}.\n",
4503 TRACE("device %p, render_target_idx %u.\n", device, render_target_idx);
4516 TRACE("device %p.\n", device);
4526 TRACE("device %p, render_target_idx %u, render_target %p, set_viewport %#x.\n",
4592 TRACE("device %p, depth_stencil %p, old depth_stencil %p.\n",
4597 TRACE("Trying to do a NOP SetRenderTarget operation.\n");
4643 TRACE("device %p, x_hotspot %u, y_hotspot %u, cursor_image %p.\n",
4759 TRACE("width: %u height: %u.\n", cursor_image->resource.width, cursor_image->resource.height);
4788 TRACE("device %p, x %d, y %d, flags %#x.\n",
4818 TRACE("device %p, show %#x.\n", device, show);
4853 TRACE("device %p.\n", device);
4857 TRACE("Checking resource %p for eviction.\n", resource);
4861 TRACE("Evicting %p.\n", resource);
4884 TRACE("Unloading resource %p.\n", resource);
5003 TRACE("device %p, swapchain_desc %p, mode %p, callback %p.\n", device, swapchain_desc, mode, callback);
5037 TRACE("Enumerating resource %p.\n", resource);
5050 TRACE("New params:\n");
5051 TRACE("backbuffer_width %u\n", swapchain_desc->backbuffer_width);
5052 TRACE("backbuffer_height %u\n", swapchain_desc->backbuffer_height);
5053 TRACE("backbuffer_format %s\n", debug_d3dformat(swapchain_desc->backbuffer_format));
5054 TRACE("backbuffer_count %u\n", swapchain_desc->backbuffer_count);
5055 TRACE("multisample_type %#x\n", swapchain_desc->multisample_type);
5056 TRACE("multisample_quality %u\n", swapchain_desc->multisample_quality);
5057 TRACE("swap_effect %#x\n", swapchain_desc->swap_effect);
5058 TRACE("device_window %p\n", swapchain_desc->device_window);
5059 TRACE("windowed %#x\n", swapchain_desc->windowed);
5060 TRACE("enable_auto_depth_stencil %#x\n", swapchain_desc->enable_auto_depth_stencil);
5062 TRACE("auto_depth_stencil_format %s\n", debug_d3dformat(swapchain_desc->auto_depth_stencil_format));
5063 TRACE("flags %#x\n", swapchain_desc->flags);
5064 TRACE("refresh_rate %u\n", swapchain_desc->refresh_rate);
5065 TRACE("swap_interval %u\n", swapchain_desc->swap_interval);
5066 TRACE("auto_restore_display_mode %#x\n", swapchain_desc->auto_restore_display_mode);
5082 TRACE("Changing the device window from %p to %p.\n",
5093 TRACE("Creating the depth stencil buffer\n");
5274 TRACE("Resetting stateblock.\n");
5286 TRACE("Created stateblock %p.\n", device->stateBlock);
5329 TRACE("device %p, enable_dialogs %#x.\n", device, enable_dialogs);
5340 TRACE("device %p, parameters %p.\n", device, parameters);
5350 TRACE("device %p, swapchain_idx %u, flags %#x, ramp %p.\n",
5362 TRACE("device %p, swapchain_idx %u, ramp %p.\n",
5371 TRACE("device %p, resource %p.\n", device, resource);
5378 TRACE("device %p, resource %p.\n", device, resource);
5388 TRACE("device %p, resource %p, type %s.\n", device, resource, debug_d3dresourcetype(type));
5488 TRACE("Resource released.\n");
5495 TRACE("device %p, dc %p.\n", device, dc);
5508 TRACE("Found surface %p for dc %p.\n", s, dc);
5576 TRACE("Created stateblock %p.\n", device->stateBlock);
5631 TRACE("Filtering message: window %p, message %#x, wparam %#lx, lparam %#lx.\n",
5641 TRACE("unregister window %p.\n", window);