Searched refs:sampler_table (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c2121 upload_state(ice->state.dynamic_uploader, &shs->sampler_table, size, 32);
2125 struct pipe_resource *res = shs->sampler_table.res;
2129 bo->address + shs->sampler_table.offset, size);
2131 shs->sampler_table.offset += iris_bo_offset_from_base_address(bo);
5228 struct pipe_resource *res = shs->sampler_table.res;
5282 struct pipe_resource *sampler_res = shs->sampler_table.res;
5925 struct pipe_resource *res = shs->sampler_table.res;
5932 ptr.PointertoVSSamplerState = shs->sampler_table.offset;
6952 .SamplerStatePointer = shs->sampler_table.offset,
7070 idd.SamplerStatePointer = shs->sampler_table
[all...]
H A Diris_context.h534 struct iris_state_ref sampler_table; member in struct:iris_shader_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.h304 struct iris_state_ref sampler_table; member in struct:iris_shader_state
H A Diris_state.c1558 upload_state(ice->state.dynamic_uploader, &shs->sampler_table,
1563 struct pipe_resource *res = shs->sampler_table.res;
1564 shs->sampler_table.offset +=
4359 struct pipe_resource *res = shs->sampler_table.res;
4441 struct pipe_resource *sampler_res = shs->sampler_table.res;
4736 struct pipe_resource *res = shs->sampler_table.res;
4742 ptr.PointertoVSSamplerState = shs->sampler_table.offset;
5451 iris_use_optional_res(batch, shs->sampler_table.res, false);
5525 idd.SamplerStatePointer = shs->sampler_table.offset;
5616 pipe_resource_reference(&shs->sampler_table
[all...]

Completed in 21 milliseconds