Searched refs:location_offset (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_clip.c | 97 store_clipdist_output(nir_builder *b, nir_variable *out, int location_offset, in store_clipdist_output() argument 105 nir_store_output(b, nir_vec4(b, val[0], val[1], val[2], val[3]), nir_imm_int(b, location_offset), in store_clipdist_output() 113 load_clipdist_input(nir_builder *b, nir_variable *in, int location_offset, in load_clipdist_input() argument 127 b, 4, 32, barycentric, nir_imm_int(b, location_offset), in load_clipdist_input() 133 load = nir_load_input(b, 4, 32, nir_imm_int(b, location_offset), in load_clipdist_input()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_fs.cpp | 347 const unsigned location_offset = chip_class() < ISA_CC_EVERGREEN ? 32 : 0; in scan_input() local 358 m_pos_driver_loc = driver_location + location_offset; in scan_input() 368 m_face_driver_loc = driver_location + location_offset; in scan_input()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 2412 void RecordVeneerPool(int location_offset, int size);
|
H A D | assembler-arm64.cc | 4497 void Assembler::RecordVeneerPool(int location_offset, int size) { in RecordVeneerPool() argument 4499 RelocInfo rinfo(reinterpret_cast<Address>(buffer_start_) + location_offset, in RecordVeneerPool()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 3389 for (uint32_t location_offset = 0; location_offset < array_size; location_offset++) in add_interface_block() 3391 auto &location_meta = meta.location_meta[location + location_offset]; in add_interface_block()
|
Completed in 30 milliseconds