HomeSort by: relevance | last modified time | path
    Searched refs:texture_unit_offset (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 125 LLVMValueRef texture_unit_offset; member in struct:lp_sampler_size_query_params
229 unsigned texture_unit, LLVMValueRef texture_unit_offset);
236 unsigned texture_unit, LLVMValueRef texture_unit_offset);
243 unsigned texture_unit, LLVMValueRef texture_unit_offset);
250 unsigned texture_unit, LLVMValueRef texture_unit_offset);
257 unsigned texture_unit, LLVMValueRef texture_unit_offset);
264 unsigned texture_unit, LLVMValueRef texture_unit_offset);
271 unsigned texture_unit, LLVMValueRef texture_unit_offset);
278 unsigned texture_unit, LLVMValueRef texture_unit_offset);
285 unsigned texture_unit, LLVMValueRef texture_unit_offset);
    [all...]
lp_bld_nir.c 1550 params.texture_unit_offset = indir_index;
1571 params.texture_unit_offset = indir_index;
1942 LLVMValueRef texture_unit_offset = NULL; local
1949 texture_unit_offset = get_src(bld_base, instr->src[i].src);
1962 params.texture_unit_offset = texture_unit_offset;
2000 LLVMValueRef texture_unit_offset = NULL; local
2112 texture_unit_offset = get_src(bld_base, instr->src[i].src);
2171 params.texture_index_offset = texture_unit_offset;
lp_bld_sample_soa.c 4341 LLVMValueRef texture_unit_offset = params->texture_unit_offset; local
4395 texture_unit_offset));
4403 context_ptr, texture_unit, texture_unit_offset);
4414 context_ptr, texture_unit, texture_unit_offset),
4420 context_ptr, texture_unit, texture_unit_offset),
4427 context_ptr, texture_unit, texture_unit_offset),
4435 context_ptr, texture_unit, texture_unit_offset);
4461 context_ptr, texture_unit, texture_unit_offset);
4502 context_ptr, texture_unit, texture_unit_offset);
    [all...]
lp_bld_nir_soa.c 1389 if (params->texture_unit_offset)
1390 params->texture_unit_offset = LLVMBuildExtractElement(gallivm->builder, params->texture_unit_offset,
1513 if (params->texture_unit_offset)
1514 params->texture_unit_offset = LLVMBuildExtractElement(bld_base->base.gallivm->builder,
1515 params->texture_unit_offset,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_llvm_sample.c 106 LLVMValueRef texture_unit_offset,
124 if (texture_unit_offset) {
125 indices[2] = LLVMBuildAdd(gallivm->builder, indices[2], texture_unit_offset, "");
256 LLVMValueRef texture_unit_offset) \
259 texture_unit, texture_unit_offset, \
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 114 LLVMValueRef texture_unit_offset,
132 if (texture_unit_offset) {
133 indices[2] = LLVMBuildAdd(gallivm->builder, indices[2], texture_unit_offset, "");
168 LLVMValueRef texture_unit_offset) \
171 texture_unit, texture_unit_offset, \
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_tex_sample.cpp 173 LLVMValueRef texture_unit_offset) \

Completed in 13 milliseconds