Searched refs:SWIZZLE_ONE (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 333 case SWIZZLE_ONE: in swizzle_swizzle() 334 swz[i] = SWIZZLE_ONE; in swizzle_swizzle() 372 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_ONE); in compute_texture_format_swizzle() 374 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle() 377 SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle() 382 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE); in compute_texture_format_swizzle() 393 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE); in compute_texture_format_swizzle() 419 SWIZZLE_ZERO, SWIZZLE_ONE); in compute_texture_format_swizzle()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.hpp | 137 SWIZZLE_ONE, enumerator 139 SWIZZLE_LAST = SWIZZLE_ONE
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 54 #define SWIZZLE_ONE 5 /**< For SWZ instruction only */ macro
|
D | prog_to_nir.c | 223 } else if (swizzle == SWIZZLE_ONE) { in ptn_get_src()
|
D | program_parse.y | 667 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
|
/third_party/mesa3d/src/mesa/main/ |
D | format_parser.py | 142 SWIZZLE_ONE = 5 variable in Swizzle
|
D | texparam.c | 191 return SWIZZLE_ONE; in comp_to_swizzle()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 2166 case GL_ONE: return sw::SWIZZLE_ONE; in ConvertSwizzleType()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program.c | 193 if (src_comp == SWIZZLE_ONE || src_comp == SWIZZLE_W) { in crocus_populate_sampler_prog_key_data() 195 key->swizzles[i] |= SWIZZLE_ONE << (3 * i); in crocus_populate_sampler_prog_key_data()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 31 case sw::SWIZZLE_ONE: s = sw::Short4(0x1000); break; in applySwizzle() 45 case sw::SWIZZLE_ONE: f = sw::Float4(1.0f, 1.0f, 1.0f, 1.0f); break; in applySwizzle()
|