OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:soa_index
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c
77
unsigned
soa_index
= radeon_llvm_reg_index_soa(input_index,
local
83
soa_index
+ (ctx->reserved_reg_count * 4));
84
ctx->inputs[
soa_index
] = build_intrinsic(
/external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c
326
unsigned
soa_index
= radeon_llvm_reg_index_soa(input_index, chan);
local
331
si_shader_ctx->radeon_bld.inputs[
soa_index
] =
/external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c
95
LLVMValueRef
soa_index
= LLVMBuildMul(gallivm->builder, hw_index,
local
97
LLVMValueRef array_index = LLVMBuildAdd(gallivm->builder,
soa_index
,
[
all
...]
Completed in 840 milliseconds