HomeSort by relevance Sort by last modified time
    Searched refs:input_index (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_sf_state.c 131 int attr = 0, input_index = 0; local
286 dw16 |= (1 << input_index);
290 dw16 |= (1 << input_index);
296 dw17 |= (1 << input_index);
303 assert(input_index < 16 || attr == input_index);
306 attr_overrides[input_index++] =
313 for (; input_index < FRAG_ATTRIB_MAX; input_index++)
314 attr_overrides[input_index] = 0
    [all...]
gen7_sf_state.c 43 int attr = 0, input_index = 0; local
84 dw10 |= (1 << input_index);
88 dw10 |= (1 << input_index);
94 dw11 |= (1 << input_index);
101 assert(input_index < 16 || attr == input_index);
104 attr_overrides[input_index++] =
126 for (; input_index < FRAG_ATTRIB_MAX; input_index++)
127 attr_overrides[input_index] = 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sf_state.c 131 int attr = 0, input_index = 0; local
286 dw16 |= (1 << input_index);
290 dw16 |= (1 << input_index);
296 dw17 |= (1 << input_index);
303 assert(input_index < 16 || attr == input_index);
306 attr_overrides[input_index++] =
313 for (; input_index < FRAG_ATTRIB_MAX; input_index++)
314 attr_overrides[input_index] = 0
    [all...]
gen7_sf_state.c 43 int attr = 0, input_index = 0; local
84 dw10 |= (1 << input_index);
88 dw10 |= (1 << input_index);
94 dw11 |= (1 << input_index);
101 assert(input_index < 16 || attr == input_index);
104 attr_overrides[input_index++] =
126 for (; input_index < FRAG_ATTRIB_MAX; input_index++)
127 attr_overrides[input_index] = 0
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 580 int input_index, output_index; local
583 for (input_index = 0; input_index < len; input_index++) {
584 gdb_byte b = buffer[input_index];
599 *out_len = input_index;
616 int input_index, output_index; local
621 for (input_index = 0; input_index < len; input_index++)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 200 unsigned input_index,
214 //struct pipe_vertex_element *velem = &rctx->vertex_elements->elements[input_index];
223 t_offset = lp_build_const_int32(base->gallivm, input_index);
248 si_shader_ctx->radeon_bld.inputs[radeon_llvm_reg_index_soa(input_index, chan)] =
256 unsigned input_index,
278 /* XXX: Is this the input_index? */
279 LLVMValueRef attr_number = lp_build_const_int32(gallivm, input_index);
326 unsigned soa_index = radeon_llvm_reg_index_soa(input_index, chan);
339 unsigned input_index,
345 declare_input_vs(si_shader_ctx, input_index, decl)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 200 unsigned input_index,
214 //struct pipe_vertex_element *velem = &rctx->vertex_elements->elements[input_index];
223 t_offset = lp_build_const_int32(base->gallivm, input_index);
248 si_shader_ctx->radeon_bld.inputs[radeon_llvm_reg_index_soa(input_index, chan)] =
256 unsigned input_index,
278 /* XXX: Is this the input_index? */
279 LLVMValueRef attr_number = lp_build_const_int32(gallivm, input_index);
326 unsigned soa_index = radeon_llvm_reg_index_soa(input_index, chan);
339 unsigned input_index,
345 declare_input_vs(si_shader_ctx, input_index, decl)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm.h 80 unsigned input_index,
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 80 unsigned input_index,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_llvm.c 71 unsigned input_index,
77 unsigned soa_index = radeon_llvm_reg_index_soa(input_index,
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 71 unsigned input_index,
77 unsigned soa_index = radeon_llvm_reg_index_soa(input_index,
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.cpp 2057 unsigned input_index = FRAG_ATTRIB_VAR0; local
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 2057 unsigned input_index = FRAG_ATTRIB_VAR0; local
    [all...]
  /external/chromium/net/base/
cookie_monster_unittest.cc 1886 int input_index = output_index * 2; local
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub.c 3649 HB_UShort index, input_index, i, j, property; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.c 3649 HB_UShort index, input_index, i, j, property; local
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster_unittest.cc 1984 int input_index = output_index * 2; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 5516 int input_index; \/* if >= 0, gives reference to an input constraint *\/ member in struct:ASMOperand
    [all...]

Completed in 7146 milliseconds