Home
last modified time | relevance | path

Searched defs:location_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_clip.c97 store_clipdist_output(nir_builder *b, nir_variable *out, int location_offset, in store_clipdist_output()
113 load_clipdist_input(nir_builder *b, nir_variable *in, int location_offset, in load_clipdist_input()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp347 const unsigned location_offset = chip_class() < ISA_CC_EVERGREEN ? 32 : 0; in scan_input() local
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64.cc4497 void Assembler::RecordVeneerPool(int location_offset, int size) { in RecordVeneerPool()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp3389 for (uint32_t location_offset = 0; location_offset < array_size; location_offset++) in add_interface_block() local