Home
last modified time | relevance | path

Searched refs:texture_swizzle (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h141 unsigned texture_swizzle:12; member
H A Dradeon_program_tex.c42 compiler->state.unit[tmu].texture_swizzle); in shadow_fail_value()
53 compiler->state.unit[tmu].texture_swizzle); in shadow_pass_value()
251 compiler->state.unit[inst->U.I.TexSrcUnit].texture_swizzle); in radeonTransformTEX()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.hpp226 void draw(glw::GLenum target, const glw::GLint* texture_swizzle, bool use_rgba_enum);
288 * - repeat the steps for the texture_swizzle combinations listed below;
291 * List of texture_swizzle combinations to test:
306 * specification since 4.3. Therefore texture_swizzle functionality may be used
H A Dgl3cTextureSwizzleTests.cpp2605 * @param texture_swizzle Set of texture swizzle values
2608 void SmokeTest::draw(glw::GLenum target, const glw::GLint* texture_swizzle, bool use_rgba_enum) in draw() argument
2622 gl.texParameteriv(target, GL_TEXTURE_SWIZZLE_RGBA, texture_swizzle); in draw()
2627 gl.texParameteri(target, GL_TEXTURE_SWIZZLE_R, texture_swizzle[0]); in draw()
2628 gl.texParameteri(target, GL_TEXTURE_SWIZZLE_G, texture_swizzle[1]); in draw()
2629 gl.texParameteri(target, GL_TEXTURE_SWIZZLE_B, texture_swizzle[2]); in draw()
2630 gl.texParameteri(target, GL_TEXTURE_SWIZZLE_A, texture_swizzle[3]); in draw()
4232 : TestCaseGroup(context, "texture_swizzle", "Verifies \"texture_swizzle\" functionality") in iterate()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c173 state->unit[i].texture_swizzle = in r300_fragment_program_get_external_state()

Completed in 8 milliseconds