HomeSort by relevance Sort by last modified time
    Searched full:swizzles (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/content/plugin/
plugin_interpose_util_mac.h 12 // Swizzles methods we need to watch in order to manage process and window
  /external/deqp/android/cts/
es30-lmp-mr1.txt     [all...]
es30-lmp.txt     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 253 const unsigned char swizzles[4])
260 if (swizzles[0] == PIPE_SWIZZLE_RED &&
261 swizzles[1] == PIPE_SWIZZLE_GREEN &&
262 swizzles[2] == PIPE_SWIZZLE_BLUE &&
263 swizzles[3] == PIPE_SWIZZLE_ALPHA) {
267 if (swizzles[0] == swizzles[1] &&
268 swizzles[1] == swizzles[2] &&
269 swizzles[2] == swizzles[3])
    [all...]
lp_bld_swizzle.h 82 * @param swizzles is the in [0,4[ range.
87 const unsigned char swizzles[4]);
99 const unsigned char swizzles[4],
106 const unsigned char swizzles[4]);
lp_bld_tgsi_aos.c 63 * Wrapper around lp_build_swizzle_aos which translates swizzles to another
74 unsigned char swizzles[4]; local
82 swizzles[bld->inv_swizzles[0]] = bld->swizzles[swizzle_x];
83 swizzles[bld->inv_swizzles[1]] = bld->swizzles[swizzle_y];
84 swizzles[bld->inv_swizzles[2]] = bld->swizzles[swizzle_z];
85 swizzles[bld->inv_swizzles[3]] = bld->swizzles[swizzle_w]
    [all...]
lp_bld_sample.h 278 unsigned char swizzles[4]; local
280 swizzles[0] = bld->static_state->swizzle_r;
281 swizzles[1] = bld->static_state->swizzle_g;
282 swizzles[2] = bld->static_state->swizzle_b;
283 swizzles[3] = bld->static_state->swizzle_a;
285 lp_build_swizzle_soa_inplace(&bld->texel_bld, texel, swizzles);
lp_bld_tgsi.h 229 const unsigned char swizzles[4],
442 * - swizzles[0] = red index
443 * - swizzles[1] = green index
444 * - swizzles[2] = blue index
445 * - swizzles[3] = alpha index
447 unsigned char swizzles[4]; member in struct:lp_build_tgsi_aos_context
lp_bld_format_aos.c 65 unsigned char swizzles[4]; local
87 swizzles[chan] = swizzle;
90 return lp_build_swizzle_aos(bld, unswizzled, swizzles);
95 * Whether the format matches the vector type, apart of swizzles.
270 LLVMValueRef swizzles[4]; local
291 swizzles[i] = lp_build_const_int32(gallivm, j);
293 swizzles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
298 LLVMConstVector(swizzles, 4), "");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 253 const unsigned char swizzles[4])
260 if (swizzles[0] == PIPE_SWIZZLE_RED &&
261 swizzles[1] == PIPE_SWIZZLE_GREEN &&
262 swizzles[2] == PIPE_SWIZZLE_BLUE &&
263 swizzles[3] == PIPE_SWIZZLE_ALPHA) {
267 if (swizzles[0] == swizzles[1] &&
268 swizzles[1] == swizzles[2] &&
269 swizzles[2] == swizzles[3])
    [all...]
lp_bld_swizzle.h 82 * @param swizzles is the in [0,4[ range.
87 const unsigned char swizzles[4]);
99 const unsigned char swizzles[4],
106 const unsigned char swizzles[4]);
lp_bld_tgsi_aos.c 63 * Wrapper around lp_build_swizzle_aos which translates swizzles to another
74 unsigned char swizzles[4]; local
82 swizzles[bld->inv_swizzles[0]] = bld->swizzles[swizzle_x];
83 swizzles[bld->inv_swizzles[1]] = bld->swizzles[swizzle_y];
84 swizzles[bld->inv_swizzles[2]] = bld->swizzles[swizzle_z];
85 swizzles[bld->inv_swizzles[3]] = bld->swizzles[swizzle_w]
    [all...]
lp_bld_sample.h 278 unsigned char swizzles[4]; local
280 swizzles[0] = bld->static_state->swizzle_r;
281 swizzles[1] = bld->static_state->swizzle_g;
282 swizzles[2] = bld->static_state->swizzle_b;
283 swizzles[3] = bld->static_state->swizzle_a;
285 lp_build_swizzle_soa_inplace(&bld->texel_bld, texel, swizzles);
lp_bld_tgsi.h 229 const unsigned char swizzles[4],
442 * - swizzles[0] = red index
443 * - swizzles[1] = green index
444 * - swizzles[2] = blue index
445 * - swizzles[3] = alpha index
447 unsigned char swizzles[4]; member in struct:lp_build_tgsi_aos_context
lp_bld_format_aos.c 65 unsigned char swizzles[4]; local
87 swizzles[chan] = swizzle;
90 return lp_build_swizzle_aos(bld, unswizzled, swizzles);
95 * Whether the format matches the vector type, apart of swizzles.
270 LLVMValueRef swizzles[4]; local
291 swizzles[i] = lp_build_const_int32(gallivm, j);
293 swizzles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
298 LLVMConstVector(swizzles, 4), "");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_program.h 32 * EXT_texture_swizzle and DEPTH_TEXTURE_MODE swizzles.
34 uint16_t swizzles[MAX_SAMPLERS]; member in struct:brw_sampler_prog_key_data
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program.h 32 * EXT_texture_swizzle and DEPTH_TEXTURE_MODE swizzles.
34 uint16_t swizzles[MAX_SAMPLERS]; member in struct:brw_sampler_prog_key_data
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 11 # Swizzles:
32 # - vector swizzles
44 # - concatenated swizzles
224 # Vector swizzles.
254 allCases.append(CaseGroup("vector_swizzles", "Vector Swizzles", vectorSwizzleCases))
256 # Swizzles:
267 #allCases.append(CaseGroup("vector_swizzles", "Vector Swizzles",
274 writeAllCases("swizzles.test", allCases)
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 11 # Swizzles:
32 # - vector swizzles
44 # - concatenated swizzles
228 # Vector swizzles.
258 allCases.append(CaseGroup("vector_swizzles", "Vector Swizzles", vectorSwizzleCases))
260 # Swizzles:
271 #allCases.append(CaseGroup("vector_swizzles", "Vector Swizzles",
278 writeAllCases("swizzles.test", allCases)
  /external/chromium_org/third_party/angle/tests/angle_tests/
SwizzleTest.cpp 18 GLenum swizzles[] = local
37 permutation.swizzleRed = swizzles[r];
38 permutation.swizzleGreen = swizzles[g];
39 permutation.swizzleBlue = swizzles[b];
40 permutation.swizzleAlpha = swizzles[a];
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_parse.py 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace):
113 self.swizzles = swizzles
202 swizzle = self.swizzles[i]
253 swizzles = [_swizzle_parse_map[swizzle] for swizzle in fields[8]]
260 swizzle = swizzles[i]
265 swizzle = swizzles[i]
301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace):
113 self.swizzles = swizzles
202 swizzle = self.swizzles[i]
253 swizzles = [_swizzle_parse_map[swizzle] for swizzle in fields[8]]
260 swizzle = swizzles[i]
265 swizzle = swizzles[i]
301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
  /external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.cpp 268 } swizzles[] = local
300 // All swizzles applied to each channel.
305 for (int swzNdx = 0; swzNdx < DE_LENGTH_OF_ARRAY(swizzles); swzNdx++)
307 if (swizzles[swzNdx].swizzle == defaultSwizzles[chanNdx])
310 string name = string(channels[chanNdx].name) + "_" + swizzles[swzNdx].name;
311 deUint32 swz = swizzles[swzNdx].swizzle;
321 // Swizzles for all formats.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 52 * given source register to obtain ALU-native swizzles.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_tgsi_to_rc.h 47 /* Vertex shaders have no half swizzles, and no way to handle them, so

Completed in 852 milliseconds

1 2 3 4 5 6 7