Home
last modified time | relevance | path

Searched defs:lanes (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_lower_divergent_indirects.c90 unsigned *lanes = data; in bi_lower_divergent_indirects_impl() local
123 bi_lower_divergent_indirects(nir_shader *shader, unsigned lanes) in bi_lower_divergent_indirects()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dvalhall.py101 …def __init__(self, index, size, is_float = False, swizzle = False, widen = False, lanes = False, l… argument
/third_party/boost/libs/graph/test/
Dbundled_properties.cpp81 int lanes; member
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU() local
953 Value* lanes = B->CInc<int>(0, vecWidth); in DOUBLE_EMU() local
/third_party/typescript/src/debug/
Ddbg.ts398 const lanes: string[] = fill(Array(laneCount), ""); constant
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_rt.c1797 unsigned lanes = b->shader->info.workgroup_size[0] * b->shader->info.workgroup_size[1] * in insert_traversal() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h962 unsigned lanes : 4; variable
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1342 PerLaneVariables lanes; member