Searched refs:SWIZZLE_ZERO (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
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() 416 SWIZZLE_ZERO, SWIZZLE_X); in compute_texture_format_swizzle() 418 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO, in compute_texture_format_swizzle() [all …]
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 53 #define SWIZZLE_ZERO 4 /**< For SWZ instruction only */ macro
|
D | prog_to_nir.c | 221 if (swizzle == SWIZZLE_ZERO) { in ptn_get_src()
|
D | program_parse.y | 667 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.hpp | 136 SWIZZLE_ZERO, enumerator
|
/third_party/mesa3d/src/mesa/main/ |
D | format_parser.py | 141 SWIZZLE_ZERO = 4 variable in Swizzle
|
D | texparam.c | 189 return SWIZZLE_ZERO; in comp_to_swizzle()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 2165 case GL_ZERO: return sw::SWIZZLE_ZERO; in ConvertSwizzleType()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
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()
|