| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_ir_fs.h | 48 * Return the size in bytes of a single logical component of the 110 /* These only have a single component that is implicitly splatted. A 155 component(fs_reg reg, unsigned idx) function 278 * Get the specified 8-component quarter of a register.
|
| brw_fs_copy_propagation.cpp | 684 /* Compute the first component of the copy that the instruction is 685 * reading, and the base byte offset within that component. 689 const unsigned component = rel_offset / type_sz(entry->dst.type); local 693 * component and suboffset. 696 component * entry_stride * type_sz(entry->src.type) + suboffset);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_ir_fs.h | 48 * Return the size in bytes of a single logical component of the 110 /* These only have a single component that is implicitly splatted. A 155 component(fs_reg reg, unsigned idx) function 278 * Get the specified 8-component quarter of a register.
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| lower_vector_derefs.cpp | 68 * component store to a load-vec-store because it may race with writes to 161 unsigned component[1] = { index }; local 162 ir->set_lhs(new(mem_ctx) ir_swizzle(new_lhs, component, 1));
|
| ir_print_visitor.cpp | 161 char component[32] = {0}; local 163 snprintf(component, sizeof(component), "component=%i ", 206 binding, loc, component, cent, bindless, bound, 376 ir->lod_info.component->accept(this);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_ubo_vec4.c | 123 * offset's component. 127 /* If we're loading a single component, that component alone won't 130 nir_ssa_def *component = local 135 result = nir_vector_extract(b, result, component); 165 nir_ssa_def *component = local 177 component);
|
| nir_inline_uniforms.c | 50 src_only_uses_uniforms(const nir_src *src, int component, 56 assert(component < src->ssa->num_components); 64 /* Vector ops only need to check the corresponding component. */ 66 nir_alu_src *alu_src = alu->src + component; 77 /* For ops which has no input size, each component of dest is 78 * only determined by the same component of srcs. 80 if (!src_only_uses_uniforms(&alu_src->src, alu_src->swizzle[component], 109 uint32_t offset = nir_src_as_uint(intr->src[1]) + component * 4; 139 is_induction_variable(const nir_src *src, int component, nir_loop_info *info, 145 assert(component < src->ssa->num_components) 190 unsigned component = 0; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| lower_vector_derefs.cpp | 68 * component store to a load-vec-store because it may race with writes to 146 unsigned component[1] = { old_index_constant->get_uint_component(0) }; local 147 ir->set_lhs(new(mem_ctx) ir_swizzle(new_lhs, component, 1));
|
| ir_print_visitor.cpp | 176 char component[32] = {0}; local 178 util_snprintf(component, sizeof(component), "component=%i ", 220 binding, loc, component, cent, bindless, bound, 380 ir->lod_info.component->accept(this);
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| v3d_nir_lower_io.c | 92 int component = var->data.location_frac + chan; local 98 v3d_slot_get_component(slot) == component) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| instr.c | 139 if (load->component != i) 170 if (load->component != i) 194 if (load->component != i) 225 if (store->component != i) 298 int component = node->sched.pos - GPIR_INSTR_SLOT_STORE0; local 299 int other_slot = GPIR_INSTR_SLOT_STORE0 + (component ^ 1); 316 instr->store_content[component >> 1] = GPIR_INSTR_STORE_NONE;
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| render2.c | 192 /* compute stride (same for all component arrays) */ 202 /* set up component arrays */ 206 GLenum component = compHeader[i].component; local 208 switch (component) {
|
| render2swap.c | 303 /* compute stride (same for all component arrays) */ 307 GLenum component = compHeader[i].component; local 311 __GLX_SWAP_INT(&component); 318 /* set up component arrays */ 322 GLenum component = compHeader[i].component; local 326 __GLX_SWAP_INT(&component); 330 switch (component) {
|
| rensize.c | 391 GLint component = compHeader[i].component; local 396 component = SWAPL(component); 399 switch (component) { 425 /* unknown component type */
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| render2.c | 186 /* compute stride (same for all component arrays) */ 196 /* set up component arrays */ 200 GLenum component = compHeader[i].component; local 202 switch (component) {
|
| render2swap.c | 286 /* compute stride (same for all component arrays) */ 290 GLenum component = compHeader[i].component; local 294 __GLX_SWAP_INT(&component); 301 /* set up component arrays */ 305 GLenum component = compHeader[i].component; local 309 __GLX_SWAP_INT(&component); 313 switch (component) {
|
| rensize.c | 370 GLint component = compHeader[i].component; local 375 component = SWAPL( component ); 378 switch (component) { 404 /* unknown component type */
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| helpers.h | 49 unsigned component; member in struct:QoShaderDecl
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_shader_info.c | 43 unsigned component = nir_intrinsic_component(instr); local 46 info->vs.input_usage_mask[idx] |= mask << component; 76 unsigned component = nir_intrinsic_component(instr); local 99 output_usage_mask[idx + i] |= ((write_mask >> (i * 4)) & 0xf) << component;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| nir_to_tgsi_info.c | 628 unsigned component = variable->data.location_frac; local 632 component = 0; 639 for (unsigned j = component; j < num_components + component; j++) { 654 unreachable("error calculating component index"); 665 gs_out_streams |= variable->data.stream << (2 * (component + j));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_video_buffer.c | 262 unsigned i, j, component; local 271 for (component = 0, i = 0; i < buf->num_planes; ++i ) { 278 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) { 279 if (buf->sampler_view_components[component]) 286 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); 287 if (!buf->sampler_view_components[component]) 291 assert(component == VL_NUM_COMPONENTS);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| instr.c | 189 if (load->component != i) 220 if (load->component != i) 244 if (load->component != i) 275 if (store->component != i) 373 int component = node->sched.pos - GPIR_INSTR_SLOT_STORE0; local 374 int other_slot = GPIR_INSTR_SLOT_STORE0 + (component ^ 1); 399 instr->store_content[component >> 1] = GPIR_INSTR_STORE_NONE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| nouveau_vp3_video.c | 84 unsigned i, j, component; local 133 for (component = 0, i = 0; i < buffer->num_planes; ++i ) { 142 for (j = 0; j < nr_components; ++j, ++component) { 146 buffer->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); 147 if (!buffer->sampler_view_components[component])
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_video_buffer.c | 337 unsigned i, j, component; local 346 for (component = 0, i = 0; i < buf->num_planes; ++i ) { 353 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) { 354 if (buf->sampler_view_components[component]) 361 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); 362 if (!buf->sampler_view_components[component]) 366 assert(component == VL_NUM_COMPONENTS);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| nouveau_vp3_video.c | 84 unsigned i, j, component; local 134 for (component = 0, i = 0; i < buffer->num_planes; ++i ) { 143 for (j = 0; j < nr_components; ++j, ++component) { 147 buffer->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); 148 if (!buffer->sampler_view_components[component])
|