Searched refs:coord_comps (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_image.c | 49 unsigned coord_comps = intrin->dest.ssa.num_components; local in function:lower_cube_size 50 for (unsigned c = 0; c < coord_comps; c++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_image_load_store.c | 125 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type); local in function:image_coord_is_in_bounds 127 for (unsigned i = 0; i < coord_comps; i++) 717 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type); local in function:lower_image_size_instr 718 for (unsigned c = 0; c < coord_comps; c++) { 726 for (unsigned c = coord_comps; c < intrin->dest.ssa.num_components; ++c)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_storage_image.c | 71 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type); local in function:image_coord_is_in_bounds 73 for (unsigned i = 0; i < coord_comps; i++) 669 unsigned coord_comps = glsl_get_sampler_coordinate_components(deref->type); local in function:lower_image_size_instr 670 for (unsigned c = 0; c < coord_comps; c++) 673 for (unsigned c = coord_comps; c < intrin->dest.ssa.num_components; ++c)
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blitter.c | 409 unsigned coord_comps = 0; local in function:pan_blitter_get_blit_shader 433 coord_comps = MAX2(coord_comps, 459 glsl_vector_type(GLSL_TYPE_FLOAT, coord_comps), 532 tex->coord_components = coord_comps; 565 tex->coord_components = coord_comps; 577 tex->coord_components = coord_comps;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 929 unsigned coord_comps, bool is_array) 931 assert(coord_comps > 0 && coord_comps <= 3); 934 if (coord_comps == 1 || (coord_comps == 2 && is_array)) 941 if (coord_comps == 3) 943 else if (coord_comps == 2 && is_array) 973 unsigned coord_comps = nir_image_intrinsic_coord_components(instr); local in function:bi_emit_image_load 982 bi_emit_image_coord(b, coords, 0, coord_comps, array), 983 bi_emit_image_coord(b, coords, 1, coord_comps, arra 928 bi_emit_image_coord(bi_builder * b,bi_index coord,unsigned src_idx,unsigned coord_comps,bool is_array) argument 995 unsigned coord_comps = nir_image_intrinsic_coord_components(instr); local in function:bi_emit_lea_image [all...] |
Completed in 15 milliseconds