Searched refs:surface_index (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_nir_apply_pipeline_layout.c | 203 uint32_t surface_index; in descriptor_has_bti() local 205 surface_index = state->set[set].desc_offset; in descriptor_has_bti() 207 surface_index = state->set[set].surface_offsets[binding]; in descriptor_has_bti() 210 return surface_index < MAX_BINDING_TABLE_SIZE; in descriptor_has_bti() 271 nir_ssa_def *surface_index = nir_channel(b, desc_addr, 0); in build_load_descriptor_mem() local 276 surface_index, offset32, in build_load_descriptor_mem() 355 uint32_t surface_index = state->set[set].desc_offset; in build_res_index() local 356 return nir_imm_ivec2(b, surface_index, in build_res_index() 359 uint32_t surface_index = state->set[set].surface_offsets[binding]; in build_res_index() local 361 assert(surface_index <= UINT16_MAX); in build_res_index() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | dxva2_hevc.c | 47 static int get_refpic_index(const DXVA_PicParams_HEVC *pp, int surface_index) in get_refpic_index() argument 51 if ((pp->RefPicList[i].bPicEntry & 0x7f) == surface_index) in get_refpic_index()
|
D | dxva2_h264.c | 206 static int get_refpic_index(const DXVA_PicParams_H264 *pp, int surface_index) in get_refpic_index() argument 210 if ((pp->RefFrameList[i].bPicEntry & 0x7f) == surface_index) in get_refpic_index()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_generator.cpp | 114 struct brw_reg surface_index, in generate_tex() argument 279 if (surface_index.file == BRW_IMMEDIATE_VALUE && in generate_tex() 281 uint32_t surface = surface_index.ud; in generate_tex() 300 struct brw_reg surface_reg = vec1(retype(surface_index, BRW_REGISTER_TYPE_UD)); in generate_tex()
|
D | brw_fs.h | 505 struct brw_reg surface_index,
|
D | brw_fs_generator.cpp | 1082 struct brw_reg surface_index, in generate_tex() argument 1298 assert(surface_index.file == BRW_IMMEDIATE_VALUE); in generate_tex() 1305 surface_index.ud + base_binding_table_index, in generate_tex()
|