Home
last modified time | relevance | path

Searched refs:CASE (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.c1215 #define CASE(x) case PIPE_FORMAT_##x##_SNORM: return PIPE_FORMAT_##x##_UNORM in util_format_snorm_to_unorm() macro
1218 CASE(R8G8B8A8); in util_format_snorm_to_unorm()
1219 CASE(R8G8B8X8); in util_format_snorm_to_unorm()
1220 CASE(B8G8R8A8); in util_format_snorm_to_unorm()
1221 CASE(B8G8R8X8); in util_format_snorm_to_unorm()
1222 CASE(A8R8G8B8); in util_format_snorm_to_unorm()
1223 CASE(X8R8G8B8); in util_format_snorm_to_unorm()
1224 CASE(A8B8G8R8); in util_format_snorm_to_unorm()
1225 CASE(X8B8G8R8); in util_format_snorm_to_unorm()
1227 CASE(R10G10B10A2); in util_format_snorm_to_unorm()
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c200 #define CASE(VK, MESA) \ in vk_get_dynamic_graphics_states() macro
221 CASE( VERTEX_INPUT_BINDING_STRIDE, VI_BINDING_STRIDES) in vk_get_dynamic_graphics_states()
222 CASE( VIEWPORT, VP_VIEWPORTS) in vk_get_dynamic_graphics_states()
223 CASE( SCISSOR, VP_SCISSORS) in vk_get_dynamic_graphics_states()
224 CASE( LINE_WIDTH, RS_LINE_WIDTH) in vk_get_dynamic_graphics_states()
225 CASE( DEPTH_BIAS, RS_DEPTH_BIAS_FACTORS) in vk_get_dynamic_graphics_states()
226 CASE( BLEND_CONSTANTS, CB_BLEND_CONSTANTS) in vk_get_dynamic_graphics_states()
227 CASE( DEPTH_BOUNDS, DS_DEPTH_BOUNDS_TEST_BOUNDS) in vk_get_dynamic_graphics_states()
228 CASE( STENCIL_COMPARE_MASK, DS_STENCIL_COMPARE_MASK) in vk_get_dynamic_graphics_states()
229 CASE( STENCIL_WRITE_MASK, DS_STENCIL_WRITE_MASK) in vk_get_dynamic_graphics_states()
[all …]
Dvk_device.c262 #define CASE(X) case VK_DEVICE_TIMELINE_MODE_##X: return #X; in timeline_mode_str() macro
263 CASE(NONE) in timeline_mode_str()
264 CASE(EMULATED) in timeline_mode_str()
265 CASE(ASSISTED) in timeline_mode_str()
266 CASE(NATIVE) in timeline_mode_str()
267 #undef CASE in timeline_mode_str()