Searched refs:glhd_warn (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.h | 56 #define glhd_warn(...) \ macro 67 glhd_warn(__VA_ARGS__);
|
D | glhd_context.c | 142 glhd_warn("Blending enabled for render target 0, but logicops " in galahad_context_create_blend_state() 251 glhd_warn("Point smoothing requested but ignored"); in galahad_context_create_rasterizer_state() 255 glhd_warn("Point sprites requested but ignored"); in galahad_context_create_rasterizer_state() 516 glhd_warn("%d render targets bound, but only %d are supported", in galahad_context_set_framebuffer_state() 661 glhd_warn("unrecognized index size %d", _ib->index_size); in galahad_context_set_index_buffer() 666 glhd_warn("non-indexed state with index offset %d and index size %d", in galahad_context_set_index_buffer() 702 glhd_warn("Format mismatch: Source is %s, destination is %s", in galahad_context_resource_copy_region() 709 glhd_warn("Resource target mismatch: Source is %i, destination is %i", in galahad_context_resource_copy_region() 934 glhd_warn("context::transfer_unmap() called too many times" in galahad_context_transfer_unmap()
|
D | glhd_screen.c | 116 glhd_warn("Received bogus texture target %d", target); in galahad_screen_is_format_supported() 208 glhd_warn("Received bogus resource target %d", templat->target); in galahad_screen_resource_create() 214 …glhd_warn("Requested NPOT (%ux%u) non-rectangle texture without NPOT support", templat->width0, te… in galahad_screen_resource_create() 219 glhd_warn("Requested format=%s target=%u samples=%u bind=0x%x unsupported", in galahad_screen_resource_create()
|