Searched refs:SWIZZLE_ZERO (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_sampler_view.c | 330 case SWIZZLE_ZERO: in swizzle_swizzle() 331 swz[i] = SWIZZLE_ZERO; in swizzle_swizzle() 374 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle() 376 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO, in compute_texture_format_swizzle() 377 SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle() 379 return MAKE_SWIZZLE4(SWIZZLE_ZERO, SWIZZLE_ZERO, in compute_texture_format_swizzle() 380 SWIZZLE_ZERO, SWIZZLE_W); in compute_texture_format_swizzle() 415 return MAKE_SWIZZLE4(SWIZZLE_ZERO, SWIZZLE_ZERO, in compute_texture_format_swizzle() [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_instruction.h | 53 #define SWIZZLE_ZERO 4 /**< For SWZ instruction only */ macro 62 /** Determine if swz contains SWIZZLE_ZERO/ONE/NIL for any components. */
|
H A D | prog_to_nir.c | 221 if (swizzle == SWIZZLE_ZERO) { in ptn_get_src()
|
H A D | program_parse.y | 667 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Sampler.hpp | 136 SWIZZLE_ZERO, enumerator
|
/third_party/mesa3d/src/mesa/main/ |
H A D | format_parser.py | 120 * SWIZZLE_ZERO: The numeric constant 0 141 SWIZZLE_ZERO = 4 variable in Swizzle
|
H A D | texparam.c | 189 return SWIZZLE_ZERO; in comp_to_swizzle()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 2165 case GL_ZERO: return sw::SWIZZLE_ZERO; in ConvertSwizzleType()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SamplerCore.cpp | 30 case sw::SWIZZLE_ZERO: s = sw::Short4(0x0000); break; in applySwizzle() 44 case sw::SWIZZLE_ZERO: f = sw::Float4(0.0f, 0.0f, 0.0f, 0.0f); break; in applySwizzle()
|
Completed in 16 milliseconds