Searched refs:first_input (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_idct.h | 88 unsigned first_input, struct ureg_dst fragment);
|
H A D | vl_mc.h | 75 unsigned first_input,
|
H A D | vl_idct.c | 432 unsigned first_input, struct ureg_dst fragment) in vl_idct_stage2_frag_shader() 438 --first_input; in vl_idct_stage2_frag_shader() 440 l_addr[0] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, first_input + VS_O_L_ADDR0, TGSI_INTERPOLATE_LINEAR); in vl_idct_stage2_frag_shader() 441 l_addr[1] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, first_input + VS_O_L_ADDR1, TGSI_INTERPOLATE_LINEAR); in vl_idct_stage2_frag_shader() 443 r_addr[0] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, first_input + VS_O_R_ADDR0, TGSI_INTERPOLATE_LINEAR); in vl_idct_stage2_frag_shader() 444 r_addr[1] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, first_input + VS_O_R_ADDR1, TGSI_INTERPOLATE_LINEAR); in vl_idct_stage2_frag_shader() 431 vl_idct_stage2_frag_shader(struct vl_idct *idct, struct ureg_program *shader, unsigned first_input, struct ureg_dst fragment) vl_idct_stage2_frag_shader() argument
|
H A D | vl_mpeg12_decoder.c | 1089 unsigned first_input, in mc_frag_shader_callback() 1100 vl_idct_stage2_frag_shader(idct, shader, first_input, dst); in mc_frag_shader_callback() 1102 src = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, first_input, TGSI_INTERPOLATE_LINEAR); in mc_frag_shader_callback() 1087 mc_frag_shader_callback(void *priv, struct vl_mc *mc, struct ureg_program *shader, unsigned first_input, struct ureg_dst dst) mc_frag_shader_callback() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | schedule.cc | 366 Node* first_input = node->InputAt(0); in EliminateRedundantPhiNodes() local 370 if (input != first_input && input != node) { in EliminateRedundantPhiNodes() 376 node->ReplaceUses(first_input); in EliminateRedundantPhiNodes()
|
H A D | escape-analysis.cc | 422 State first_input = table_.Get(NodeProperties::GetEffectInput(effect_phi, 0)); in MergeInputs() local 423 State result = first_input; in MergeInputs() 424 for (std::pair<Variable, Node*> var_value : first_input) { in MergeInputs()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 1726 Instruction* first_input = 1729 type_mgr->GetType(first_input->type_id());
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.cpp | 1726 Instruction* first_input = 1729 type_mgr->GetType(first_input->type_id());
|
/third_party/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 1959 Instruction* first_input = 1962 type_mgr->GetType(first_input->type_id());
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 185 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() 186 return MemoryOperand(&first_input); in MemoryOperand()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 159 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() 160 return MemoryOperand(&first_input); in MemoryOperand()
|
Completed in 26 milliseconds