/third_party/spirv-tools/source/val/ |
D | validate_interfaces.cpp | 275 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/ |
D | validate_interfaces.cpp | 283 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/ |
D | validate_interfaces.cpp | 283 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/ |
D | nir_gather_info.c | 46 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()
|
D | nir_lower_io.c | 629 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/ |
D | type_manager.cpp | 292 {(image->is_arrayed() ? 1u : 0u)}}, in GetTypeInstruction() 552 image_ty->depth(), image_ty->is_arrayed(), in RebuildType()
|
D | types.h | 324 bool is_arrayed() const { return arrayed_; } in is_arrayed() function
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | type_manager.cpp | 292 {(image->is_arrayed() ? 1u : 0u)}}, in GetTypeInstruction() 552 image_ty->depth(), image_ty->is_arrayed(), in RebuildType()
|
D | types.h | 324 bool is_arrayed() const { return arrayed_; } in is_arrayed() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 292 {(image->is_arrayed() ? 1u : 0u)}}, in GetTypeInstruction() 552 image_ty->depth(), image_ty->is_arrayed(), in RebuildType()
|
D | types.h | 324 bool is_arrayed() const { return arrayed_; } in is_arrayed() function
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl.cc | 2485 if (image_type->is_arrayed()) { in GetTypeForHandleVar() 2501 enum_converter_.ToDim(image_type->dim(), image_type->is_arrayed()); in GetTypeForHandleVar()
|
D | function.cc | 5630 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/ |
D | 21.2.0.rst | 1263 - nir/gather_info: Rename per_vertex to is_arrayed
|