Home
last modified time | relevance | path

Searched refs:is_arrayed (Results 1 – 14 of 14) sorted by relevance

/third_party/spirv-tools/source/val/
Dvalidate_interfaces.cpp275 bool is_arrayed = false; in GetLocationsForVariable() local
279 is_arrayed = true; in GetLocationsForVariable()
284 is_arrayed = true; in GetLocationsForVariable()
289 is_arrayed = true; in GetLocationsForVariable()
294 is_arrayed = true; in GetLocationsForVariable()
299 is_arrayed = true; in GetLocationsForVariable()
307 if (is_arrayed && (type->opcode() == SpvOpTypeArray || in GetLocationsForVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp283 bool is_arrayed = false; in GetLocationsForVariable() local
287 is_arrayed = true; in GetLocationsForVariable()
292 is_arrayed = true; in GetLocationsForVariable()
297 is_arrayed = true; in GetLocationsForVariable()
302 is_arrayed = true; in GetLocationsForVariable()
307 is_arrayed = true; in GetLocationsForVariable()
315 if (is_arrayed && (type->opcode() == SpvOpTypeArray || in GetLocationsForVariable()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_interfaces.cpp283 bool is_arrayed = false; in GetLocationsForVariable() local
287 is_arrayed = true; in GetLocationsForVariable()
292 is_arrayed = true; in GetLocationsForVariable()
297 is_arrayed = true; in GetLocationsForVariable()
302 is_arrayed = true; in GetLocationsForVariable()
307 is_arrayed = true; in GetLocationsForVariable()
315 if (is_arrayed && (type->opcode() == SpvOpTypeArray || in GetLocationsForVariable()
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_info.c46 const bool is_arrayed = nir_is_arrayed_io(var, shader->info.stage); in get_deref_info() local
54 if (is_arrayed) { in get_deref_info()
197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() argument
210 if (is_arrayed && nir_deref_instr_parent(d)->deref_type == nir_deref_type_var) in get_io_offset()
242 bool is_arrayed = nir_is_arrayed_io(var, shader->info.stage); in try_mask_partial_io() local
244 if (is_arrayed) { in try_mask_partial_io()
253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()
Dnir_lower_io.c629 const bool is_arrayed = nir_is_arrayed_io(var, b->shader->info.stage); in nir_lower_io_block() local
669 offset = get_io_offset(b, deref, is_arrayed ? &array_index : NULL, in nir_lower_io_block()
/third_party/spirv-tools/source/opt/
Dtype_manager.cpp292 {(image->is_arrayed() ? 1u : 0u)}}, in GetTypeInstruction()
552 image_ty->depth(), image_ty->is_arrayed(), in RebuildType()
Dtypes.h324 bool is_arrayed() const { return arrayed_; } in is_arrayed() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.cpp292 {(image->is_arrayed() ? 1u : 0u)}}, in GetTypeInstruction()
552 image_ty->depth(), image_ty->is_arrayed(), in RebuildType()
Dtypes.h324 bool is_arrayed() const { return arrayed_; } in is_arrayed() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp292 {(image->is_arrayed() ? 1u : 0u)}}, in GetTypeInstruction()
552 image_ty->depth(), image_ty->is_arrayed(), in RebuildType()
Dtypes.h324 bool is_arrayed() const { return arrayed_; } in is_arrayed() function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc2485 if (image_type->is_arrayed()) { in GetTypeForHandleVar()
2501 enum_converter_.ToDim(image_type->dim(), image_type->is_arrayed()); in GetTypeForHandleVar()
Dfunction.cc5630 bool is_arrayed = ast::IsTextureArray(dim); in MakeCoordinateOperandsForImageAccess() local
5649 num_axes + (is_arrayed ? 1 : 0) + (is_proj ? 1 : 0); in MakeCoordinateOperandsForImageAccess()
5693 if (is_arrayed) { in MakeCoordinateOperandsForImageAccess()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst1263 - nir/gather_info: Rename per_vertex to is_arrayed