Searched refs:total_components (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_vectorize.c | 198 unsigned total_components = alu1_components + alu2_components; in instr_try_combine() local 201 if (total_components > instr1->pass_flags) in instr_try_combine() 210 total_components, alu1->dest.dest.ssa.bit_size, NULL); in instr_try_combine() 211 new_alu->dest.write_mask = (1 << total_components) - 1; in instr_try_combine() 234 for (unsigned j = 0; j < total_components; j++) { in instr_try_combine() 239 nir_ssa_def *def = nir_build_imm(&b, total_components, bit_size, value); in instr_try_combine() 242 for (unsigned j = 0; j < total_components; j++) in instr_try_combine()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_shader.c | 224 uint32_t total_components = 0; in etna_link_shaders() local 232 etna_bitarray_set(component_use, 2, total_components, varying->use[comp]); in etna_link_shaders() 233 total_components += 1; in etna_link_shaders() 238 VIVS_GL_VARYING_TOTAL_COMPONENTS_NUM(align(total_components, 2)); in etna_link_shaders()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Shader.cpp | 845 int total_components[PIPE_MAX_SO_BUFFERS] = {0}; in CreateGeometryShaderWithStreamOutput() local 892 total_components[pOutputStreamDecl->OutputSlot]; in CreateGeometryShaderWithStreamOutput() 896 total_components[pOutputStreamDecl->OutputSlot] += num_components; in CreateGeometryShaderWithStreamOutput() 905 pShader->state.stream_output.stride[i] = total_components[i]; in CreateGeometryShaderWithStreamOutput()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 3899 unsigned total_components = src0->num_components + src1->num_components; in vtn_vector_shuffle() local 3900 vtn_fail_if(index != 0xffffffff && index >= total_components, in vtn_vector_shuffle()
|
Completed in 12 milliseconds